home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / util1 / scout25.lha / scout / arexx / startup.scout < prev   
Text File  |  1995-12-13  |  479b  |  15 lines

  1. /**************************************************************************
  2.  *      This is an example ARexx script for Scout's STARTUP option.       *
  3.  *           Try:                                                         *
  4.  *                1> scout startup="arexx/startup.scout"                  *
  5.  **************************************************************************/
  6.  
  7. address 'SCOUT.1'
  8. options results
  9.  
  10. OpenWindow Ports
  11. OpenWindow Expansions
  12. OpenWindow Tasks
  13.  
  14. exit
  15.